x86emul: parallelize SIMD test code building
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2017 08:34:38 +0000 (09:34 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2017 08:34:38 +0000 (09:34 +0100)
commitcb4fcf70b2f34a220096a9102d458ac8e0dd4944
treef14d41a1a410d39a835863b4a1aadc61391323a1
parentda091ea2f194dc5e4c785ff432872f570eb6b531
x86emul: parallelize SIMD test code building

In anticipation of further flavors (AVX, AVX-512) going to be added
(which would make the current situation even worse), facilitate
reduction of build time (and hence latency to availability of test
results) via use of make's -j option.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
.gitignore
tools/tests/x86_emulator/Makefile
tools/tests/x86_emulator/test_x86_emulator.c